Skip to content

[ZEPPELIN-6403] Fix deprecated auto-activate-base parameter in GitHub Actions#5178

Merged
jongyoul merged 1 commit into
apache:masterfrom
ParkGyeongTae:ZEPPELIN-6403
Apr 23, 2026
Merged

[ZEPPELIN-6403] Fix deprecated auto-activate-base parameter in GitHub Actions#5178
jongyoul merged 1 commit into
apache:masterfrom
ParkGyeongTae:ZEPPELIN-6403

Conversation

@ParkGyeongTae
Copy link
Copy Markdown
Member

What is this PR for?

This PR fixes deprecation warnings in GitHub Actions workflows by replacing the deprecated auto-activate-base parameter with auto-activate in the conda-incubator/setup-miniconda@v3 action.

The auto-activate-base parameter has been deprecated in favor of the more clearly named auto-activate parameter. This change removes deprecation warnings from GitHub Actions workflow logs while maintaining identical functionality.

What type of PR is it?

Bug Fix

Todos

  • - Replace auto-activate-base with auto-activate in frontend.yml
  • - Replace auto-activate-base with auto-activate in core.yml

What is the Jira issue?

How should this be tested?

  • Verify that GitHub Actions workflows run without deprecation warnings
  • Confirm that all conda environment setup steps work correctly
  • Check that Python and R interpreters are properly activated in CI jobs

Manual testing:

  1. Push the changes to a branch
  2. Observe GitHub Actions workflow runs
  3. Confirm no deprecation warnings appear in the setup-miniconda steps
  4. Verify all jobs complete successfully

Screenshots (if appropriate)

Before (with deprecation warning):
image

Questions:

  • Does the license files need to update? No.
  • Is there breaking changes for older versions? No.
  • Does this needs documentation? No.

… Actions

Replace deprecated 'auto-activate-base' parameter with 'auto-activate' in conda-incubator/setup-miniconda@v3 action.

The auto-activate-base parameter has been deprecated in favor of the more clearly named auto-activate parameter. This change removes deprecation warnings from GitHub Actions workflow logs.

Changes:
- .github/workflows/frontend.yml: 2 occurrences
- .github/workflows/core.yml: 8 occurrences

No functional changes - all conda environments continue to work identically as before
@ParkGyeongTae
Copy link
Copy Markdown
Member Author

Please take a look when you have a chance. Thank you!

@jongyoul jongyoul merged commit 6353224 into apache:master Apr 23, 2026
20 checks passed
@jongyoul
Copy link
Copy Markdown
Member

Merged into master (6353224).

kevinjmh pushed a commit to kevinjmh/zeppelin that referenced this pull request May 26, 2026
… Actions

### What is this PR for?
This PR fixes deprecation warnings in GitHub Actions workflows by replacing the deprecated `auto-activate-base` parameter with `auto-activate` in the `conda-incubator/setup-miniconda<at>v3` action.

The `auto-activate-base` parameter has been deprecated in favor of the more clearly named `auto-activate` parameter. This change removes deprecation warnings from GitHub Actions workflow logs while maintaining identical functionality.

### What type of PR is it?
Bug Fix

### Todos
* [x] - Replace `auto-activate-base` with `auto-activate` in frontend.yml
* [x] - Replace `auto-activate-base` with `auto-activate` in core.yml

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-6403

### How should this be tested?
* Verify that GitHub Actions workflows run without deprecation warnings
* Confirm that all conda environment setup steps work correctly
* Check that Python and R interpreters are properly activated in CI jobs

Manual testing:
1. Push the changes to a branch
2. Observe GitHub Actions workflow runs
3. Confirm no deprecation warnings appear in the setup-miniconda steps
4. Verify all jobs complete successfully

### Screenshots (if appropriate)

**Before (with deprecation warning):**
<img width="1408" height="486" alt="image" src="https://github.com/user-attachments/assets/fba1149a-074f-4fe2-a8aa-645a822ae5b4" />

### Questions:
* Does the license files need to update? No.
* Is there breaking changes for older versions? No.
* Does this needs documentation? No.


Closes apache#5178 from ParkGyeongTae/ZEPPELIN-6403.

Signed-off-by: Jongyoul Lee <jongyoul@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants